projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e808bc
)
* .gdbinit (xprocess): New command.
author
Jim Blandy
<jimb@redhat.com>
Tue, 23 Feb 1993 14:14:19 +0000
(14:14 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Tue, 23 Feb 1993 14:14:19 +0000
(14:14 +0000)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index 61d56af59f61fbb3701a0abaf2bdf4f48f060ad3..7045c032e01793d06c30311cabe3dca1f60d53ff 100644
(file)
--- a/
src/.gdbinit
+++ b/
src/.gdbinit
@@
-137,6
+137,15
@@
document xsubr
Print the address of the subr which the Lisp_Object $ points to.
end
+define xprocess
+print (struct Lisp_Process *) (($ & 0x00ffffff) | $data_seg_bits)
+output *$
+echo \n
+end
+document xprocess
+Print the address of the struct Lisp_process which the Lisp_Object $ points to.
+end
+
define xscrollbar
print (struct scrollbar *) (($ & 0x00ffffff) | $data_seg_bits)
output *$